home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5816 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: inforamp.net!ts26-13
  2. From: rmorin@inforamp.net (Randy Charles Morin)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: HELP!!! Problem with Visual C++
  5. Date: Tue, 06 Feb 96 22:42:48 GMT
  6. Organization: MiddleWorld SoftWare
  7. Message-ID: <4f8l7a$ffl@sam.inforamp.net>
  8. References: <4emsqa$7l5@raffles.technet.sg>
  9. NNTP-Posting-Host: ts26-13.tor.inforamp.net
  10. X-Newsreader: News Xpress Version 1.0 Beta #4
  11.  
  12. In article <4emsqa$7l5@raffles.technet.sg>, chris@delteq.com.sg wrote:
  13. >I encounter the following error message when compiling Visual C++
  14. >version 1.51. However,  this works perfectly under version 2.0. What
  15. >is the reason behind? Is there any thing that I should add in order to
  16. >solve this problem? Kindly tell me the solution if you have it.
  17. >THANKS!
  18. >
  19. >BARGRAPH.OBJ(c:\project\bargraph\bargraph\bargraph.cpp) : error L2029:
  20. >'public: __far __pascal CBargraphDlg::CBargraphDlg(class CWnd
  21. >__near*)__near' : unresolved external
  22. >
  23.  
  24. Are you using the same code libraries?  The function might have been shipped 
  25. with the libraries included with version 2 but not 1.51.
  26.  
  27. Agrivar
  28.